home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / The World of Computer Software.iso / vim_doc.zip / TODO < prev    next >
Text File  |  1993-01-12  |  995b  |  31 lines

  1. Bugs, VI compatibility:
  2.  
  3. Setting the size of the window does not always work as expected.
  4. Keymap code in amiga.c does not work.
  5. With quickfix we only get the first 25 errors. How do we get the rest?
  6.  
  7.  
  8. Further extentions:
  9.  
  10. History stack for . command?
  11. Enable possibility to use other shells, e.g. ArpShell.
  12. When there are "Too many files", possibility to insert them all (CTRL-A).
  13. Use insert/delete char when terminal supports it.
  14. "edit" option: when off changing the buffer is not possible.
  15. Add "-d null" for editing with a script file without a display.
  16. Do not use arp.library under DOS 2.x.
  17.  
  18. From Elvis:
  19. fontchanges recognized "\\fB" etc.
  20. parse error messages from many compilers
  21.  
  22.  
  23. Far future extentions:
  24.  
  25. Option verbose; when on keep the screen uptodate, when off only redisplay when
  26.     input needed.
  27. Remember message line for redraw.
  28. Use disk swap file when editing very large files.
  29. Mode to keep text formatted while inserting/deleting.
  30. Mode to keep C-code formatted (sort of on-line indent)
  31.